From: | Allan Odgaard |
Date: | 21 Aug 99 at 17:36:50 |
Subject: | Re: Best way to keep window frontmost? |
From: Allan Odgaard <Duff@DIKU.DK>
On 21-Aug-99, Daithi O'Cuinn wrote:
> [...] I'm thinking of starting a timer, and then calling WindowToFront twice
> a second [...]
intuition.library/OpenWindow
[...]
WA_NotifyDepth - ti_Data is a boolean. Set to true if you
would also like IDCMP_CHANGEWINDOW events sent to your window
when it is depth-arranged. [...]
I don't know if it takes new windows into account (i.e. which may open ontop of
your window)
Regards Allan